Add new license mckr-1.0 for the MCKR license version 1.0 - #5284
Open
MGpromax wants to merge 1 commit into
Open
Conversation
Add new license mckr-1.0, requested in issue aboutcode-org#5275. The license text now detects as mckr-1.0 with score 100; it previously matched a spurious combination of unrelated licenses. Reference: aboutcode-org#5275 Signed-off-by: Manoj Gowda <manojgowdabs18@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #5275
Adds
mckr-1.0for the MCKR license version 1.0 (a GPL-derived license by AmirHosein Sadeghimanesh and Elisenda Feliu with additional restrictions on redistribution and use in other programs), text from the homepage URL in the issue.category: Free Restrictedsince it is free to download and use but restricts propagation;ownerset to the authors named in the license header.Detection before this change: the text matched a spurious combination of
mit,infineon-freeand unknown license references. It now detects asmckr-1.0with score 100.Validation (same for all six license additions from this batch):
scancode-reindex-licensesruns clean--test-suite=validate tests/licensedcode/test_detection_validate.py), with ignorables generated by the test regen tooling rather than by handpytest tests/licensedcode/test_license_models.pypasses locallyTasks